home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gTourPictureNumber
- if the timer > 420 then
- if gTourPictureNumber < 10 then
- set gTourPictureNumber to gTourPictureNumber + 1
- else
- set gTourPictureNumber to 1
- end if
- set the member of sprite 7 to "tour" & string(gTourPictureNumber)
- set the loc of sprite 20 to the loc of sprite (8 + gTourPictureNumber)
- startTimer()
- end if
- go(the frame)
- end
-